net/http.http2Framer.writeUint32 (method)
9 uses
net/http (current package)
h2_bundle.go#L1731: func (f *http2Framer) writeUint32(v uint32) {
h2_bundle.go#L2155: f.writeUint32(s.Val)
h2_bundle.go#L2241: f.writeUint32(maxStreamID & (1<<31 - 1))
h2_bundle.go#L2242: f.writeUint32(uint32(code))
h2_bundle.go#L2311: f.writeUint32(incr)
h2_bundle.go#L2449: f.writeUint32(v)
h2_bundle.go#L2522: f.writeUint32(v)
h2_bundle.go#L2555: f.writeUint32(uint32(code))
h2_bundle.go#L2704: f.writeUint32(p.PromiseID)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)